ActiveReports 12
GeoPolyhedralSurface Constructor(GeometryType,IEnumerable<GeoPolygon>)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.GeoData Namespace > GeoPolyhedralSurface Class > GeoPolyhedralSurface Constructor : GeoPolyhedralSurface Constructor(GeometryType,IEnumerable<GeoPolygon>)
The type.
The polygons.
Initializes a new instance of the GeoPolyhedralSurface class.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As GeometryType, _
   ByVal polygons As IEnumerable(Of GeoPolygon) _
)
public GeoPolyhedralSurface( 
   GeometryType type,
   IEnumerable<GeoPolygon> polygons
)

Parameters

type
The type.
polygons
The polygons.
See Also

Reference

GeoPolyhedralSurface Class
GeoPolyhedralSurface Members
Overload List